.chtlogo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.chtlogo a {
  color: #FFFFFF;
}

.chtlogo img {
  max-height: 40px;
}



.base-detail-btn {
  padding: 5px 8px 6px 8px;
  margin: 10px 10px 10px 0px;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 400;
}


.section-top {
  min-height: 180px;
  padding: 25px 8px 25px 8px;
  transition: 0.3s;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  margin-bottom: 20px;
}

.section-top .content {
  margin: 10px 10px 10px 10px;
}

.bg-dark-blue {
  background: #141E30;
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to right,#141E30 , #243B55);  Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #141E30 , #243B55); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('../img/bg.png');
  /* background-image: linear-gradient(to right, #141E30, #243B55), url('../img/bg.png');
  background-image: -webkit-linear-gradient(to right, #141E30, #243B55), url('../img/bg.png'); */
  background-size: cover;

}

.bg-dark-blue .page {
  color: white;
}

.section-container {
  margin-bottom: 20px;
}

.section-card {

  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}


.card-info {
  padding: 25px 15px;
  min-height: 160px;
}

.card-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #2E7295;
}

.card-info span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #777777;
}

.card-info p {
  font-style: italic;
  font-size: 0.9rem;
  line-height: 26px;
  color: #777777;
}


.function-col {
  padding-left: 5px;
  padding-right: 5px;

}

.function-col .card-nav-item .active {
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-left: 1px solid rgba(0, 0, 0, .125);
  border-right: 1px solid rgba(0, 0, 0, .125);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}


.function-col .card-nav-item .card-nav-link {
  color: #495057;
}

.function-card {
  height: 540px;
}

.demo-preview-bg-img-container {
  height: 400px;
  position: relative;
}

.demo-preview-result-height {
  max-height: 440px
}

.demo-preview-bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.demo-preview-bg-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.demo-preview-bg-div {
  position: absolute;
  outline: rgb(40, 110, 255) solid 2px;
  z-index: 1;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */

}

.demo-preview-sm-list-container {
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 85px;
  display: flex;
  margin: 5px;
  border-radius: 3px;
}



.demo-preview-sm-img-div {
  width: 80px;
  height: 80px;
  margin-right: 18px;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .125);
}

.demo-preview-sm-img-div-active {
  box-shadow: 0 0 0 2px rgb(40, 110, 255);
  position: relative;
}

.demo-preview-sm-img-div img {

  width: 100%;
  height: auto;
}

.demo-preview-sm-list-container-swiper {
  align-items: center;
  /* padding: 5px;
  height: 85px;
  display: flex;
  margin: 5px;
  border-radius: 3px; */
}

.demo-preview-sm-img-div-swiper {
  /* width: 80px;
  height: 80px;
  margin-right: 18px; */
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .125);
}

.demo-preview-sm-img-div-swiper-active {
  box-shadow: 0 0 0 2px rgb(40, 110, 255);
  position: relative;
}

.demo-preview-sm-img-div-swiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.age-card .image-box {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  margin-right: 5px;
}

.age-card .age-card-table th {
  font-weight: bolder;
  color: #495057
}

.age-card .age-card-table td {
  font-weight: bolder;
  color: cornflowerblue;
  padding-right: 3px;
}

.demo-result-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-wrapper {
  display: flex !important;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
}

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}



.face-score {
  font-weight: bolder;
  color: cornflowerblue;

}